home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 13288 / 13288.xpi / skin / button.css next >
Cascading Style Sheet File  |  2010-01-19  |  1KB  |  43 lines

  1. #stm-togglebutton {
  2.   list-style-image: url("chrome://supertabmode/skin/stmbar24.png");
  3. }
  4. toolbar[iconsize="small"] #stm-togglebutton {
  5.   list-style-image: url("chrome://supertabmode/skin/stmbar16.png");
  6. }
  7.  
  8. #stm-historybutton {
  9.   list-style-image: url("chrome://supertabmode/skin/history24.png");
  10. }
  11. toolbar[iconsize="small"] #stm-historybutton {
  12.   list-style-image: url("chrome://supertabmode/skin/history16.png");
  13. }
  14.  
  15. /* tab-bar left new button */
  16. .stm-leftnewbutton {
  17.   list-style-image: url(chrome://browser/skin/tabbrowser/newtab.png);
  18.   -moz-image-region: rect(0, 18px, 18px, 0);
  19.   margin: 1px 0px 3px;
  20.   padding: 0px;
  21.   border-bottom: none;
  22.   -moz-border-top-colors: ThreeDShadow rgba(255,255,255,.3);
  23.   -moz-border-right-colors: ThreeDShadow;
  24.   -moz-border-left-colors: ThreeDShadow rgba(255,255,255,.3);
  25. }
  26. .stm-leftnewbutton:hover {
  27.   padding-top: 2px;
  28. }
  29. .stm-leftnewbutton:hover:active {
  30.   -moz-image-region: rect(0, 36px, 18px, 18px);
  31. }
  32.  
  33. /* show close-button when have only 1 tab */
  34. .tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab > .tab-close-button {
  35. display: -moz-box !important;
  36. }
  37. .tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"])> .tabbrowser-tab[selected="true"] > .tab-close-button {
  38. display: -moz-box !important;
  39. }
  40.  
  41.  
  42.  
  43.